// var TN_Widget = function() { return { //Options newWindow : true, linkText : "view
tickets", tixUrl : "http://www.ticketnetwork.com/tix/", trackingParams : "", custLink : true, //depricated kbid : "", //Overwrittable functions trackingLink :"", CreateCustomUrl : function(row) { return this.tixUrl + row[7] + "-tickets-"+ row[6] + ".aspx"; }, CreateEventRow : function(row, isAlt) { return "" + row[0] +"" + row[1] +"
" + row[2] +"" + row[3] +"
" + row[4] + "
" + row[5] + ""+ this.linkText+ ""; }, AddCss: function(cssUrl) { var fileref=document.createElement("link"); fileref.setAttribute("rel", "stylesheet"); fileref.setAttribute("type", "text/css"); fileref.setAttribute("href", cssUrl); document.getElementsByTagName("head")[0].appendChild(fileref); }, CreateTable : function(eventData,kywrds,url) { if(typeof(TN_SetWidgetOptions) == "function") TN_SetWidgetOptions(); //for backwards compatability if(this.kbid != "") this.trackingParams = "?img=249&kbid="+this.kbid; var newTable = []; for(var cntr = 0; cntr < eventData.length; cntr++) newTable.push(this.CreateEventRow(eventData[cntr], cntr % 2 == 1)); var objToAddTo; if(objToAddTo = document.getElementById("tn_results_container")) { objToAddTo.innerHTML = '' + newTable.join('') + '
'; } else document.write('
' + newTable.join('') + '
'); if(eventData.length >= 100 && kywrds != undefined) { if(objToAddTo = document.getElementById("tn_results_container")) { objToAddTo.innerHTML += '
See all events for '+ kywrds + ' on TicketNetwork.com
'; } else { document.write("
See all events for "+ kywrds + " on TicketNetwork.com
"); } } if(eventData.length > 0) { document.getElementById("previewNote").style.display = "none"; } } }; }(); //BPW-TNSERV-02A TN_Widget.CreateTable([['Arturo Sandoval','Scullers Jazz Club','Allston, MA','Friday','9/5/2025','7:00 PM','7203008','Arturo-Sandoval-9-5-2025'],['Arturo Sandoval','Scullers Jazz Club','Allston, MA','Friday','9/5/2025','9:00 PM','7203009','Arturo-Sandoval-9-5-2025'],['Arturo Sandoval','Scullers Jazz Club','Allston, MA','Saturday','9/6/2025','7:00 PM','7203010','Arturo-Sandoval-9-6-2025'],['Arturo Sandoval','Scullers Jazz Club','Allston, MA','Saturday','9/6/2025','9:00 PM','7203011','Arturo-Sandoval-9-6-2025'],['Trevor Watkis Quintet','Scullers Jazz Club','Allston, MA','Friday','9/12/2025','7:00 PM','7203022','Trevor-Watkis-Quintet-9-12-2025'],['Jackiem Joyner','Scullers Jazz Club','Allston, MA','Saturday','9/13/2025','7:00 PM','7203012','Jackiem-Joyner-9-13-2025'],['Jackiem Joyner','Scullers Jazz Club','Allston, MA','Saturday','9/13/2025','9:00 PM','7203013','Jackiem-Joyner-9-13-2025'],['Ryan Devlin','Scullers Jazz Club','Allston, MA','Friday','9/19/2025','7:00 PM','7203021','Ryan-Devlin-9-19-2025'],['Santi Debriano','Scullers Jazz Club','Allston, MA','Saturday','9/20/2025','7:00 PM','7237230','Santi-Debriano-9-20-2025'],['Karrin Allyson','Scullers Jazz Club','Allston, MA','Friday','9/26/2025','7:00 PM','7250032','Karrin-Allyson-9-26-2025'],['Steven Feifke','Scullers Jazz Club','Allston, MA','Saturday','9/27/2025','7:00 PM','7256836','Steven-Feifke-9-27-2025'],['Steven Feifke','Scullers Jazz Club','Allston, MA','Saturday','9/27/2025','9:00 PM','7256837','Steven-Feifke-9-27-2025'],['Yoko Miwa','Scullers Jazz Club','Allston, MA','Friday','10/3/2025','7:00 PM','7237229','Yoko-Miwa-10-3-2025'],['Eric Reed','Scullers Jazz Club','Allston, MA','Thursday','10/9/2025','7:00 PM','7237228','Eric-Reed-10-9-2025'],['Ann Hampton Callaway','Scullers Jazz Club','Allston, MA','Friday','10/10/2025','7:00 PM','7203007','Ann-Hampton-Callaway-10-10-2025'],['A Donny Hathaway Experience','Scullers Jazz Club','Allston, MA','Saturday','10/11/2025','7:00 PM','7256838','A-Donny-Hathaway-Experience-10-11-2025'],['Zahili Gonzalez Zamora','Scullers Jazz Club','Allston, MA','Friday','10/24/2025','7:00 PM','7237232','Zahili-Gonzalez-Zamora-10-24-2025']],'Scullers Club and Double Tree','http://www.ticketnetwork.com/ticket/Scullers-Club-and-Double-Tree-events.aspx');